Skip to content

Final Review of Advanced Calculus(1)

Chasse_neige

1. Taylor's Theorem

1.1 Taylor's Theorem with Peano's Form of Remainder

When f(x) is n times differentiable on an open interval I containing the point a

f(x)=f(a)+f(a)(xa)+f(a)2!(xa)2++f(n)(a)n!(xa)n+o((xa)n)

Specially, when a=0, the polnomial

f(x)=f(0)+f(0)x+f(0)2!x2++f(n)(0)n!xn+o(xn)

is called Maclaurin's polynomial.


1.2 Taylor's Theorem with Lagrange's Form of Remainder

If a function f(x) is (n+1) times differentiable on an open interval I containing the point a, then for any x in I, there exists a point c between a and x such that:

f(x)=f(a)+f(a)(xa)+f(a)2!(xa)2++f(n)(a)n!(xa)n+Rn(x)

where Rn(x) is the remainder term given by:

Rn(x)=f(n+1)(c)(n+1)!(xa)n+1

Here, c is some point between a and x. The remainder term Rn(x) represents the error in approximating f(x) by the n-th degree Taylor polynomial centered at a. The form of the remainder provided by Lagrange gives a specific way to bound this error, depending on the (n+1)-th derivative of f at some point c in the interval.

Proof.

Given that f(x) is (n+1) times differentiable, then we can use the Cauchy's Mean Value Theorem on the functions F(t)=f(a+tΔx)Pn(tΔx) and G(t)=(tΔx)n+1, where t is an arbitrary constant between 0 and 1

F(t)F(0)G(t)G(0)=(f(a+t1Δx)Pn(t1Δx))Δx(n+1)(t1Δx)nΔx==f(n)(a+tn+1Δx)(n+1)!

then let t=1 and we can get the Lagrange's form.


1.3 Taylor's Theorem with Cauchy's Form of Remainder

Cauchy's Form of the Remainder is another way to express the remainder term Rn(x). It states that:

Rn(x)=f(n+1)(c)n!(xc)n(xa)

where c is some number between a and x .

Proof.

Given that f(x) is (n+1) times differentiable, then we can use the Cauchy's Mean Value Theorem on the functions F(t)=f(x)Pn(xtΔx) and G(t)=xtΔx, where t is an arbitrary constant between 0 and 1

F(t)F(0)G(0)G(t)=f(n+1)(xt1Δx)(t1Δx)nΔxn!Δx

then let t=1 and we can get the Cauchy's form.


Applications:

Using the Taylor's theorem with Lagrange's form of remainder to estimate the Taylor series's error.

Example 1

Given thatfC3[ah,a+h], h>0 and |f(x)|M, prove that

|f(a+h)+f(ah)2f(a)h2f(a)|Mh3

Proof.

First use f's Taylor Series about a:

f(x)=f(a)+f(a)(xa)+f(a)2(xa)2+f(a+t(xa))6(xa)3

so it is trivial that

f(a+h)=f(a)+f(a)h+f(a)2h2+f(a+th)6h3f(ah)=f(a)f(a)h+f(a)2h2+f(ath)6h3

so

|f(a+h)+f(ah)2f(a)|=|f(a)h2+f(a+th)+f(ath)6h3||f(a)h2+13Mh3|
Example 2 Linear Interpolation

Suppose that the function f:[a,b]R between two points (a,f(a)) and (b,f(b)). The linear function used to estimate the points between a and b is

l(x)=bxbaf(a)+xabaf(b)

and l is called the linear interpolation on the interval. Given that on the interval [a,b], supx[a,b]|f|=M and f is continuous on the interval, prove that the error of the linear interpolation |f(x)l(x)|18(ba)2M

Proof.

Given that f is continuous on the interval [a,b], then f can be estimated by the Taylor Series

f(a)=f(x)+f(x)(ax)+12(ax)2f(ξ),a<ξ<bf(b)=f(x)+f(x)(bx)+12(bx)2f(η),a<η<b

so the error equals to

|f(x)l(x)|=|(bx)(ax)2(xabaf(ξ)+bxbaf(η))|

Notice that xabaf(ξ)+bxbaf(η) is actually between the two values f(ξ) and f(η) and f is continuous on the closed interval [a,b], according to the Intermediate Value Theorem, there exists a ζ[a,b] so that

|f(ζ)|=|xabaf(ξ)+bxbaf(η)|M

while the Quadratic Function (bx)(xa) has a maximum 14(ba)2 on the interval [a,b], then the error |f(x)l(x)|18(ba)2M is trivial.


2. Definite Integral (Riemann)

2.1 Definition

If a function f is defined on the interval [a,b] and for any partition π on the interval, the limit

|Ii=1nf(ξi)Δxi|<ϵ

exists, where ξi is an arbitrary constant in [xi1,xi](1in), we can term I the Riemann Integral, which is the limit of the Riemann Sum i=1nf(ξi)Δxi and the function f is Riemann Integrable on the interval. The Riemann Integral can be denoted as

abf(x)dx=lim||π||0i=1nf(ξi)Δxi

2.2 Properties of Riemann Integrable Functions

2.2.1 The Newton-Leibniz Formula

If the function f is defined on the interval I and has a continuous anti derivative F(x) on it, then the Riemann integral can be denoted as

abf(x)dx=F(b)F(a)

which is easy to prove consider the Lagrange Mean Value Theorem.

2.2.2 Integrable-Caused Properties
  1. If a function f is Riemann integrable on the interval I, it is bounded on the interval.
  2. Integral Mean Value Theorem: If the functions f and g are continuous on the interval I and g does not change its sign on the interval, then there exists a ξ[a,b] so that
abf(x)g(x)dx=f(ξ)abg(x)dx

Specially, let g=1, the formula would become

abf(x)dx=f(ξ)(ba)
Applications:

Integral Inequalities:

  1. Cauchy-Schwarz Inequality:
(abf(x)g(x)dx)2abf2(x)dxabg2(x)dx

Proof.

ab(f(x)+λg(x))2dx0

where λ is an arbitrary constant.

λ2abg2(x)dx+2λabf(x)g(x)dx+abf2(x)dx0

Using the criterion Δ0 can get the inequality.

  1. Hölder Inequality Let f and g be measurable functions, and let p and q be positive real numbers such that p>1 and q>1, with the relationship:
1p+1q=1

Then, Hölder Inequality states that:

ab|f(x)g(x)|dx(ab|f(x)|pdx)1/p(ab|g(x)|qdx)1/q

Proof. Notice that ex is a convex on R. Use the Jensen Inequality,

e1plnap+1qlnbq1pelnap+1qelnbq

we can get the Yong inequality

1pap+1qbqab

Then let a=|f|(ab|f(x)|pdx)1/p and b=|g|(ab|g(x)|qdx)1/q and we can get the inequality.

  1. Minkowski Inequality Let f and g be measurable functions on R, and let 1p<. Minkowski's Inequality states that:
(ab|f(x)+g(x)|pdx)1/p(ab|f(x)|pdx)1/p+(ab|g(x)|pdx)1/p

Proof.

ab|f(x)+g(x)|pdxab|f(x)+g(x)|p1|f|dx+ab|f(x)+g(x)|p1|g|dx(ab|f(x)+g(x)|pdx)p1p(ab|f(x)|pdx)1/p+(ab|f(x)+g(x)|pdx)p1p(ab|g(x)|pdx)1/p

where the second is based on the Hölder Inequality.


2.2.3 Riemann Integrability Theorem

If a function f is continuous on the interval I, then the following three properties are tantamount:

  1. fR[a,b]
  2. lim||π||0i=1nωiΔxi=0(ωi=supx[xi1,xi]finfx[xi1,xi]f)
  3. I=I

So it is not hard to prove that any monotonous or continuous function on a closed interval is Riemann integrable. (To prove the latter, just consider the Cantor Theorem to make the solution trivial).

Lebesgue Theorem

Lebesgue's Theorem on Riemann Integrability provides a criterion for determining whether a bounded function is Riemann integrable. The theorem states that a bounded function f defined on a closed interval [a,b] is Riemann integrable if and only if the set of points where f is discontinuous has measure zero.

  • Measure Zero: A set has measure zero if, for any ϵ>0, it can be covered by a countable collection of intervals whose total length is less than ϵ. Examples of sets with measure zero include finite sets, countable sets, and certain dense sets like the rational numbers in an interval.
  • Discontinuity Set: The set of discontinuities of a function is the set of points where the function is not continuous. If this set has measure zero, the function is considered "almost everywhere" continuous.
  • Integrability: This theorem implies that a function can have many discontinuities and still be Riemann integrable, as long as the discontinuities are "sparse" enough to form a set of measure zero.
Applications:

Integral Approximation

Example 1

If fR[a,b], prove that for any ϵ>0, there always exists an step fuction/ piecewise linear function/ continuous and differentiable function that guarantees

ab|f(x)g(x)|dx<ϵ

Proof.

fR[a,b]π,s.t.ϵ>0,i=1nωiΔxi<ϵ
  1. For step functions: Choose $$ g(x) = \sum_{k=1}^{n} f(x_{k-1}) I_{[x_{k-1}, x_{k}]} $$
  2. For piecewise linear functions: Choose $$ g(x) = \sum_{k=1}^{n} \left( f(x_{k-1}) + \frac{f(x_{k}) - f(x_{k-1})}{\Delta x_{k}} (x - x_{k-1}) \right) I_{[x_{k-1}, x_{k}]} $$
  3. For continuous and differentiable functions: According to the Weierstrass First Approximation Theorem, we can choose a polnomial Pn(x), so that
supx[a,b]|Pn(x)f(x)|<ϵ

For example, the Bernstein polynomial for f[a,b]f[0,1]

Bn(f)(x)=k=0nf(kn)Cnkxk(1x)nk

can be a template.

Example 2 Riemann-Lebesgue Lemma

If f is a Riemann integrable function on the interval [a,b] and g is a periodic function with period T that is integrable on [0,T]

limpabf(x)g(px)dx=1T0Tg(x)dxabf(x)dx

Proof.

According to the additivity principle,

abf(x)g(px)dx=k=1nxk1xkf(x)g(px)dx

Using the Integral Mean Value Theorem, we can deduce that for every interval [xk1,xk], there exists a ξk[xk1,xk] so that

xk1xkf(x)g(px)dx=f(ξk)xk1xkg(px)dx

Choose a partition π:a=x0<a+Tp=x1<<xn=b, so

xk1xkg(px)dx=1p0Tg(t)dt

Therefore, we can add the parts and use the definition of the Riemann Integral to get the lemma:

limpabf(x)g(px)dx=limp1pk=1nf(ξk)0Tg(t)dt=limnk=1nf(ξk)banT0Tg(t)dt=1T0Tg(x)dxabf(x)dx
Example 3

If f is a differentiable funcition on the interval [a,b], given the Integral Mean Value Theorem

axf(x)dx=f(ξ(x))(xa)

Prove that

limxa+ξ(x)axa=12

Proof.

Given that f is differentiable, we can write its Taylor series

f(ξ(x))=f(a)+f(a)(ξa)+o(ξa)axf(x)dx=(f(a)+f(a)(ξa)+o(ξa))(xa)limxa+axf(x)dx(xa)2=12f(a)=f(a)ξaxalimxa+ξ(x)axa=12

Built with VitePress